CyberStore Return Web Service
MethodClearReturn
CyberStore Return Web Service > All Operations Resource Group : ClearReturn (Method)
Description
Clears all lines in the shopper's pending Return.
Request (ClearReturnSoapIn)

The request body is of type ClearReturn.

200 Response (ClearReturnSoapOut)

The response body is of type ClearReturnResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "Data": {
        "FirstName": "Susan",
        "LastName": "Brown",
        "Email": "sbrown@bikesblades.com",
        "Phone": "",
        "CustomerNumber": "000000000000013",
        "CustomerName": "Out of Africa",
        "ItemCount": 0,
        "TotalWeight": 0.0,
        "TotalVolume": 0.0,
        "LastUpdated": "2022-11-04T16:15:27.833",
        "CustomData": {},
        "Branch": "",
        "Fax": "",
        "UserField1": "",
        "SpecialInstrs": "",
        "OrderType": "",
        "AlternateKey": "",
        "ServiceTicket": "",
        "ShippingAddress": {
            "FirstName": "Susan",
            "LastName": "Brown",
            "Address1": "254 Southway Drive",
            "Address2": "Southern Bypass",
            "Address3": "South, Sandton",
            "City": "",
            "State": "",
            "Zip": "2196",
            "Country": "",
            "MultiShipCode": "",
            "Area": ""
        },
        "Details": []
    },
    "LookupData": {
        "DefaultProblemCode": "BR",
        "ProblemCodes": [{
            "Code": "BR",
            "DisplayText": "Broken"
        }, {
            "Code": "CL",
            "DisplayText": "Certification Limit"
        }, {
            "Code": "CM",
            "DisplayText": "Changed Mind"
        }, {
            "Code": "FT",
            "DisplayText": "Faulty"
        }, {
            "Code": "OS",
            "DisplayText": "Over Supply"
        }, {
            "Code": "US",
            "DisplayText": "Unsuitable"
        }, {
            "Code": "WC",
            "DisplayText": "Wrong Color"
        }, {
            "Code": "WI",
            "DisplayText": "Wrong Item"
        }]
    },
    "Result": {
        "Success": true,
        "Message": "All lines have been cleared from the return.",
        "ElapsedTime": "181 ms"
    }
}

 

xml:string
See Also
All Operations Resource GroupCyberStore Return Web Service